* @desc Download a file, and synchronously display progress bar
*
* @param string $url: URL of file to download
* @param string $destFile: destination file
* @param array $options: array of progress page display options (caption,icon,standalone,display,suspendSession, appendHTML (HTML appened after progress bar), cancelHref (href of cancel button, if not set, no cancel button)...)
*/
function mfMonitoredDownload($url,$destFile,$options=array()){